1. To enable tracing, where should you set Trace=”true” ?
Each .aspx file (in the main website folder)
2. Which of the following is FALSE about ASP.NET Development server
Can be run on port 80
3. The ---------- window allows you to assign values during execution
Immediate
4. The -------- window displays information about the variables within the scope of the current method
Locals
5. If an exception occurs during the execution of an application and the application doesn’t catch the exception, the application enters ---------
break mode
6. Which of the following is FALSE for a tracepoint?
It is used to print messages to the Output window
It terminates the program execution, by default (FALSE)
It lets you perform an action
It is a type of breakpoint
7. To display information in the browser as the program executes (while testing), you can use ---------
the write method
8. Which keyboard shortcut corresponds to “Execute one statement at a time”
F11 (Step Into)
9. To test a website for concurrency errors, you can start the web site ---------
Outside Visual Studio, using Multiple browser
10. How do you run an application without debugging
Each .aspx file (in the main website folder)
2. Which of the following is FALSE about ASP.NET Development server
Can be run on port 80
3. The ---------- window allows you to assign values during execution
Immediate
4. The -------- window displays information about the variables within the scope of the current method
Locals
5. If an exception occurs during the execution of an application and the application doesn’t catch the exception, the application enters ---------
break mode
6. Which of the following is FALSE for a tracepoint?
It is used to print messages to the Output window
It terminates the program execution, by default (FALSE)
It lets you perform an action
It is a type of breakpoint
7. To display information in the browser as the program executes (while testing), you can use ---------
the write method
8. Which keyboard shortcut corresponds to “Execute one statement at a time”
F11 (Step Into)
9. To test a website for concurrency errors, you can start the web site ---------
Outside Visual Studio, using Multiple browser
10. How do you run an application without debugging
Ctrl + F5